お問い合わせ

田園風景を楽しむ家 草津市

友人を招きたいという思いから、とにかく広く明るいリビング。樺の無垢材で明るさを演出し、2.6mの天井にし高さでも解放感をだし、建具と天井の梁は家具はウォールナットに合わせ統一性を持たせたデザインとなっています。

街並みに合わせた、大人おしゃれな外観

丸窓の障子を備えた玄関ホール。丸窓と階段につけた格子でシンプルかつ上品にデザインしています。

内装のテーマにもなったウォークナットのダイニングテーブル樺の無垢床がより引き立ててくれています。

見せる収納のキッチンカウンター。キッチン前にスタディカウンターも設置

 

清潔感を感じる白のシステムキッチン。ダイニングスペースと横ならびにすることで、家事がスムーズに行えるようになっています。

玄関はダークな配色と明るい色の両引きの扉、ポーチ柱、石割をデザインしています。

玄関ホールにシューズクロークを備え付け、常に玄関はきれいに片付ける手間を減らしてくれます。

信楽焼の手洗いとゾウサクカウンターのトイレ

家族複数で身支度できる洗面室

玄関横に設置した和室

 

奥さん専用の家事室。カウンターはアイロン台としても利用できるように素材を選定しています。

// --- スムーズスクロール処理(Elementorポップアップ対応) --- function scrollToAnchor(targetID) { const target = document.querySelector(targetID); if (target) { const y = target.getBoundingClientRect().top + window.pageYOffset - OFFSET; window.scrollTo({ top: y, behavior: "smooth" }); history.replaceState(null, null, targetID); } } // 通常のアンカーリンクすべてに対応(ポップアップ内外問わず) document.querySelectorAll('a[href^="#"], a[href*="#"]').forEach(link => { link.addEventListener("click", function (e) { const href = link.getAttribute("href"); if (!href || !href.includes("#")) return; const url = new URL(href, window.location.origin); const hash = url.hash; const samePage = url.pathname === window.location.pathname; if (hash && samePage) { const targetID = hash; const targetElement = document.querySelector(targetID); if (targetElement) { e.preventDefault(); // ポップアップ内なら閉じる if (link.closest('.elementor-popup-modal')) { if (typeof jQuery !== 'undefined' && typeof jQuery.magnificPopup !== 'undefined') { jQuery.magnificPopup.close(); } setTimeout(() => { scrollToAnchor(targetID); }, 400); // ポップアップ閉じ後にスクロール } else { // 通常のアンカー移動 scrollToAnchor(targetID); } } } }); });